home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Tools - Objects / Macintosh Programmer’s Workshop / Read Me First < prev   
Text File  |  1991-05-20  |  5KB  |  121 lines

  1. The Release Notes on ETO4 are contained in two folders, one titled "QR4 Notes," 
  2. the other titled "PQR4 Notes."  The first of these contains, in addition to
  3. the Release Notes themselves, an MPW document called "Fixed Bugs."  In earlier 
  4. ETO disks, which contained Alpha or Beta versions of MPW 3.2, it seemed 
  5. appropriate for the Fixed Bugs document to contain an incrementally updated
  6. cumulative list of fixed bugs.  The Release Notes, themselves, described 
  7. features added or changed since MPW 3.1.
  8.  
  9. When MPW 3.2 (final) was released, it was decided to expand the Release Notes
  10. to include all changes since MPW 3.0.  The argument for so doing was that
  11. MPW 3.0 is the last version for which a published reference manual exists.  It
  12. was then decided to report in the Release Notes all fixes of bugs that were 
  13. outstanding in either MPW 3.0 or MPW 3.1.  However, bugs that were introduced in
  14. Alpha or Beta versions of MPW 3.2 and fixed at or before Final are considered
  15. to be currently "invisible" and are not mentioned.  Therefore, the Fixed Bugs
  16. document only lists bugs that have been fixed since Final.  The contents of
  17. the QR4 Notes folder are only slightly modified versions of the notes that went
  18. out with MPW 3.2 (Final).
  19. ________________________________________________________________________________
  20. Late Breaking SADE 1.3B1 Information…
  21.  
  22. There is a serious bug in SADE 1.3b1 which occurs under 24-bit memory mode.
  23. Any access to target memory using an address with a nonzero high-order byte
  24. will result in a SADE error message "Requested memory read address not in
  25. RAM or ROM".  This means, for example, that displaying target variables which
  26. are locked handles or handles containing resource bits will fail.
  27.  
  28. There is a patch to fix this problem.  To patch SADE yourself, use ResEdit
  29. to open SADE's CODE 10 resource.  Change the contents at the offsets shown
  30. below to the NEW values.
  31.  
  32. CODE 10 "Blue Process"
  33.  
  34. OFFSET    OLD    CONTENTS        NEW CONTENTS
  35. ------    ---------------        ---------------
  36. +1E62    677C                6778
  37. +1E6A    6474                6470
  38. +1EB0    672E                672A
  39. +1EBC    6E22                6E1E
  40. +1EDA    4FEF 000C 6052        6056 CEAD D0D4
  41.  
  42. If you prefer, there is also a small application available on AppleLink
  43. which will patch SADE for you.  It is called 'PatchSADE1.3b1' and it is
  44. located in Developer Support:Developer Services:Developer Technical Support:
  45. Macintosh Tools:Macintosh Programmer’s Workshop (MPW):PatchSADE1.3B1.
  46.  
  47. The patch application will put up a Standard File dialog for you to use
  48. to locate the SADE 1.3b1 application file.  When you have selected it,
  49. the patch will change the CODE 10 resource as described above.  It will
  50. also change the 'vers' resources so that a Get Info from the Finder will
  51. describe the patched SADE as version '1.3b1+' rather than '1.3b1'.
  52.  
  53. If any errors occur while running the patch application (e.g., trying to
  54. patch a version of SADE other than 1.3b1), it will beep.  Otherwise
  55. it will complete without beeping; you can do a Get Info to check that
  56. it was successful.
  57. ________________________________________________________________________________
  58.  
  59. Major changes in QR4:
  60.  
  61. MPW Shell-------
  62.  
  63. A scripted "save" of a window will save the resource fork if any resources, e.g.
  64. window position, have changed.
  65.  
  66. Tools/Scripts-------
  67.  
  68. Make has a default build rule for C++.
  69.  
  70. ResEqual looks at resource attribute flags.
  71.  
  72. Link has a new option causing the automatic generation of branch islands.  This
  73. previously was available only in the version in the PQR folder.
  74.  
  75. Misc.-------
  76.  
  77. C, Object Pascal, and Libraries/Interfaces have changes too numerous to list.
  78. Consult the respective Release Notes.
  79. ________________________________________________________________________________
  80.  
  81. Major changes in PQR4
  82.  
  83. MPW Shell------
  84.  
  85. The Editor key assignments have been changed to conform with those of MPW 3.2
  86. (Final).
  87.  
  88. The Shell has a new variable, TraceFailures, which controls diagnostic messages
  89. after failure of a script.
  90.  
  91. Projector has three new commands:  ObsoleteProjectorFile,
  92. UnobsoleteProjectorFile, and RenameProjectorFile.
  93.  
  94. ASM-------
  95.  
  96. A version of the Assembler with a bug fix is in this folder.  Consult the
  97. Release Notes.
  98.  
  99. ToolServer------
  100.  
  101. Options have been added to the RShell command.  The Release Notes have been 
  102. expanded in some areas as a result of questions from users.  File names 
  103. beginning with "min," e.g. minStartup have had their names constently changed
  104. to end with "TS," e.g. StartupTS.
  105.  
  106. Proff----
  107.  
  108. Minor additions have been made to the Release Notes.
  109.  
  110. Big Brother-----
  111.  
  112. This package has had major revisions.  The former tools, BBInstall and BBRemove
  113. have been combined into Big Brother with "install" and "remove" options.  The
  114. former tool BBExtractor has been merged into BBReporter.
  115.  
  116. MPW.Help---
  117.  
  118. The PQR4 folder contains an MPW.Help file that reflects the contents of the
  119. folder.
  120.  
  121.